func go/types.isUntypedNumeric

3 uses

	go/types (current package)
		predicates.go#L107: func isUntypedNumeric(t Type) bool {
		predicates.go#L557: 	if isUntypedNumeric(x) && isUntypedNumeric(y) {